It's easy to get lazy when no one is looking. This is the idea behind the very webpage that you're looking at.

I have set up my computer to automatically track the number of lines that I knock off my to-do list.

You can "poke" me to remind me to stay alert and motivated when you see that I'm not being as productive as I can be.

// dates on-time not on-time // 0 2024-09-20 0 4 // 1 2024-09-21 0 1 // 2 2024-09-22 0 3 // 3 2024-09-23 0 0 // 4 2024-09-24 0 10 // 5 2024-09-25 1 8 // 6 2024-09-26 0 7 // 7 2024-09-27 0 4 // 8 2024-09-28 0 8 // 9 2024-09-29 0 6 // 10 2024-09-30 0 7 // 11 2024-10-01 0 0 // 12 2024-10-02 0 3 // 13 2024-10-03 0 9 // 14 2024-10-04 0 5 // 15 2024-10-05 0 2 // 16 2024-10-06 0 5 // 17 2024-10-07 0 3 // 18 2024-10-08 0 10 // 19 2024-10-09 0 10 // 20 2024-10-10 0 11